@charset "utf-8";
/* by Sean Lu 20180904 */
/* 移动端全局控制reset */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	color:#666;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
body {
	font-size: 100%;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
}



textarea {
	resize: none;
}



iframe, img {
	border: 0;
}



ul, ol {
	list-style: none;
}



input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
/* input { -webkit-appearance: none; } */


/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 全局浮动 */



.fl {
	float: left;
}
.fr {
	float: right;
}









/* 拖选文字样式 20160628 
::selection {
	background: #ea0000;
	color: #fff;
}
::-moz-selection {
background: #ea0000;
color: #fff;
}
*/




.wrapper {
	margin: 0 auto;
}
.fixedblock {
	height: 126px;
}
.fixedtop {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	z-index: 9;
}
.topbar {
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
	color: #666;
	font-size: 12px;
	padding: 0 30px;
	overflow: hidden;
}
.topbar .tip {
	float: left;
}
.topbar .tip span {
	margin-right: 30px;
}
.topbar .link {
	float: right;
}
.topbar .link .split {
	color: #ddd;
	margin: 0 10px;
}
.topbar .link .lang {
	margin-left: 15px;
	padding-left: 25px;
	background: url(../images/lang_cn.jpg) no-repeat left center;
}
.topbar .link .lang.lang_japan {
	background-image: url(../images/lang_japan.jpg);
}
.header {
	height: 85px;
	padding: 0 30px;
}
.header .logo {
	height: 100%;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}
.header .logo:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 19.5px;
	height: 46px;
	width: 1px;
	background: #ddd;
}
.header .logo img {
	display: block;
	height: 46px;
}
.header .slogan {
	float: left;
	padding-top: 19.5px;
	font-size: 20px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.header .slogan span {
	font-size: 14px;
	display: block;
}
.header .nav {
	text-align: center;
}
.header .nav .nli {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.header .nav .nli .sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 85px;
	background: rgba(234,237,242,1);
	width: 100%;
	padding: 16px 0;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.header .nav .nli:hover .sub {
	opacity: 1;
	visibility: visible;
}
.header .nav .nli .sub .sli {
	line-height: 25px;
}
.header .nav .nli .sub .sli .sa {
	font-size: 14px;
	text-decoration: none;
	padding-left: 24px;
}
.header .nav .nli .na {
	display: block;
	line-height: 85px;
	color: #333;
	font-size: 15px;
	padding: 0 10px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}
.header .nav .nli .na:after {
	display: none;
	content: '';
	width: 100%;
	height: 6px;
	background: #f00;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header .nav .nli:hover .na:after {
	display: block;
}
.header .sea {
	float: right;
	padding-top: 21.5px;
}
.header .sea .key {
	height: 40px;
	border: 1px solid #e5e5e5;
	color: #aaa;
	border-radius: 5px;
	padding-left: 30px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	font-size: 12px;
	background: url(../images/sea.png) no-repeat 10px center;
}
.bannerslide {
	position: relative;
}
.bannerslide .swiper-slide {
	background-position: center;
	background-size: cover;
	position: relative;
	height: 650px;
}
.bannerslide .swiper-slide .textbox {
	margin: 120px 0 0 60px;
	width: 340px;
	background: #fff;
	color: #111;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .4s .2s;
	transition: all .4s .2s;
}
.bannerslide .swiper-slide.swiper-slide-active .textbox {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.bannerslide .swiper-slide .textbox .pad {
	padding: 40px;
}
.bannerslide .swiper-slide .textbox .sub {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.bannerslide .swiper-slide .textbox .tit {
	font-size: 26px;
	margin-bottom: 20px;
}
.bannerslide .swiper-slide .textbox .txt {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.bannerslide .swiper-slide .textbox .btn {
	padding: 40px;
	background: rgba(234,237,242,1);
}
.bannerslide .swiper-slide .textbox .btn a {
	font-size: 14px;
	line-height: 40px;
	color: #111;
	padding: 0 30px;
	font-weight: bold;
	border: 1px solid #111;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.bannerslide .swiper-slide .textbox .btn a:hover {
	background: #fff;
	color: #000;
}
.paginationw {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #31b2eb;
}
.bannerslide .swiper-button-next, .bannerslide .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/arrows.png);
	background-size: 80px 60px;
	background-position: -40px 0;
	width: 40px;
	height: 60px;
	margin-top: -30px;
}
.bannerslide .swiper-button-prev, .bannerslide .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrows.png);
	background-size: 80px 60px;
	background-position: 0 0;
	width: 40px;
	height: 60px;
	margin-top: -30px;
}
.wrapper {
	width: 1556px;
	margin: 0 auto;
}
.commontitle {
	text-align: center;
	margin-bottom: 40px;
}
.commontitle .tit {
	font-size: 22px;
	font-weight: bold;
	color: #111;
	margin-bottom: 20px;
}
.commontitle .txt {
	font-size: 14px;
	color: #666;
}
.commonbtn {
	text-align: center;
}
.commonbtn a {
	display: inline-block;
	line-height: 46px;
	background: #eee;
	border-radius: 30px;
	color: #333;
	padding: 0 30px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.commonbtn a:hover {
	opacity: .8;
	padding: 0 60px;
}
.homebox01 {
	padding: 50px 0 0;
}
.homebox01 .wrapper {
	border-bottom: 0 solid #eaedf2;
	padding-bottom: 50px;
}
.homebox01 .list {
	margin-bottom: 40px;
}
.homebox01 .list .item {
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #fff;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 60px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.homebox01 .list .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.homebox01 .list .item:nth-child(2n) {
	margin-right: 0;
}
.homebox01 .list .item .time {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #999;
}
.homebox01 .list .item .time .split {
	margin: 0 10px;
	color: #ccc;
}
.homebox01 .list .item .name {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
	height: 28px;
	overflow: hidden;
}
.homebox01 .list .item .name a {
	color: #111;
}
.homebox01 .list .item .name a:hover {
	color: #ea0000;
}
.homebox01 .list .item .text {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 16px;
}
.homebox01 .list .item .link {
	overflow: hidden;
	margin-bottom: -12px;
}
.homebox01 .list .item .link a {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img01.png) no-repeat center;
	float: left;
}
.homebox01 .list .item .link a.l02 {
	float: right;
	background-image: url(../images/hb01img02.png);
}
.homebox02 {
	padding: 50px 0;
}
.homebox02 .wrapper {
}
.homebox02 .list {
	margin-bottom: 40px;
}
.homebox02 .list .item {
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #fff;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.homebox02 .list .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.homebox02 .list .item:nth-child(2n) {
	margin-right: 0;
}
.homebox02 .list .item .img img {
	display: block;
	width: 100%;
}
.homebox02 .list .item .box {
	padding: 40px 30px;
}
.homebox02 .list .item .box .name {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #666;
}
.homebox02 .list .item .box .text {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 25px;
	color: #666;
}
.homebox02 .list .item .box .btnn {
	position: relative;
}
.homebox02 .list .item .box .btnn:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img02.png) no-repeat center;
	float: right;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.homebox02 .list .item .box .btnn a {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.homebox02 .list .item .box .btnn a:hover {
	color: #ea0000;
}
.homebox03 {
	padding: 50px 0;
	background: #eaedf2;
}
.homebox03 .subtit {
	text-align: center;
	margin-bottom: 30px;
}
.homebox03 .subtit a {
	font-size: 14px;
	color: #333;
	display: inline-block;
	line-height: 42px;
	border: 1px solid transparent;
	text-decoration: none;
	margin: 0 10px;
	border-radius: 30px;
}
.homebox03 .subtit a.on {
	padding: 0 30px;
	background: #FFF;
	color: #111;
}
.homebox03 .subtit a:hover {
	color: #ea0000;
}
.homebox03 .hb03list {
	padding: 10px 0 90px;
}
.homebox03 .hb03list .swiper-slide {
	background: #fff;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.homebox03 .hb03list .swiper-slide:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.homebox03 .hb03list .swiper-slide .img img {
	display: block;
	width: 100%;
}
.homebox03 .hb03list .swiper-slide .box {
	padding: 40px 30px;
}
.homebox03 .hb03list .swiper-slide .box .nam {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.homebox03 .hb03list .swiper-slide .box .nam a {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.homebox03 .hb03list .swiper-slide .box .txt {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
}
.homebox03 .hb03list .swiper-slide .box .btn {
	position: relative;
}
.homebox03 .hb03list .swiper-slide .box .btn:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img02.png) no-repeat center;
	float: right;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.homebox03 .hb03list .swiper-slide .box .btn a {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.homebox03 .hb03list .swiper-slide .box .btn a:hover {
	color: #ea0000;
}
.homebox03 .hb03list .swiper-pagination {
	font-size: 12px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	line-height: 50px;
}
.homebox03 .hb03list .swiper-pagination .swiper-pagination-current {
	margin: 0 10px;
}
.homebox03 .hb03list .swiper-pagination .swiper-pagination-total {
	margin: 0 10px;
}
.homebox03 .hb03list .swiper-button-prev {
	margin-top: 0;
	height: 50px;
	width: 20px;
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: -60px;
	background: url(../images/leftarr.png) no-repeat center;
}
.homebox03 .hb03list .swiper-button-next {
	margin-top: 0;
	height: 50px;
	width: 20px;
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: 40px;
	background: url(../images/rightarr.png) no-repeat center;
}
.homebox04 {
	padding: 50px 0;
}
.homebox04 .commontitle .tit {
	font-size: 24px;
	color: #333;
}
.homebox04 .numlist {
	overflow: hidden;
	padding: 0 10%;
	margin-bottom: 60px;
}
.homebox04 .numlist .item {
	width: 14%;
	float: left;
	margin: 0 1%;
	text-align: center;
}
.homebox04 .numlist .item .num {
	color: #111;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.homebox04 .numlist .item .txt {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.homebox04 .list {
	margin-bottom: 40px;
}
.homebox04 .list .item {
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #fff;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.homebox04 .list .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.homebox04 .list .item:nth-child(2n) {
	margin-right: 0;
}
.homebox04 .list .item .img img {
	display: block;
	width: 100%;
}
.homebox04 .list .item .box {
	padding: 40px 30px;
}
.homebox04 .list .item .box .name {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #666;
}
.homebox04 .list .item .box .text {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 25px;
	color: #666;
}
.homebox04 .list .item .box .btnn {
	position: relative;
}
.homebox04 .list .item .box .btnn:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img02.png) no-repeat center;
	float: right;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.homebox04 .list .item .box .btnn a {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.homebox04 .list .item .box .btnn a:hover {
	color: #ea0000;
}
.homebox05 {
	padding: 50px 0;
	background: #eff2f4;
	margin-top: 220px;
}
.homebox05.homebox05s {
	margin-top: 0;
}
.homebox05.homebox05s .list .item:nth-child(1) {
	margin-top: 0;
	margin-bottom: 0;
}
.homebox05.homebox05s .list .item:nth-child(1) .img {
	float: right;
}
.homebox05.homebox05s .list .item:nth-child(1) .box {
	margin-right: 763px;
	margin-left: auto;
}
.homebox05 .list .item {
	background: #fff;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-bottom: 50px;
	overflow: hidden;
}
.homebox05 .list .item:nth-child(1) {
	margin-top: -260px;
	margin-bottom: 0;
}
.homebox05 .list .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.homebox05 .list .item .img {
	float: left;
}
.homebox05 .list .item:nth-child(2) .img {
	float: right;
}
.homebox05 .list .item .img img {
	display: block;
}
.homebox05 .list .item .box {
	padding: 70px 60px;
	margin-left: 763px;
}
.homebox05 .list .item:nth-child(2) .box {
	margin-right: 763px;
	margin-left: auto;
}
.homebox05 .list .item .box .name {
	font-size: 20px;
	margin-bottom: 35px;
	color: #666;
}
.homebox05 .list .item .box .text {
	font-size: 14px;
	margin-bottom: 25px;
	color: #666;
	line-height: 24px;
	height: 140px;
	overflow: hidden;
}
.homebox05 .list .item .box .btnn {
	position: relative;
}
.homebox05 .list .item .box .btnn:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img02.png) no-repeat center;
	float: right;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.homebox05 .list .item .box .btnn a {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.homebox05 .list .item .box .btnn a:hover {
	color: #ea0000;
}
.homebox06 {
	padding: 50px 0;
	background: url(../images/maps.png) no-repeat center;
}
.homebox06 .box {
	background: #fff;
	text-align: center;
	width: 60%;
	margin: 50px auto;
	padding: 70px 0 40px;
}
.homebox06 .box p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.homebox06 .box .list {
	width: 700px;
	margin: 0 auto;
}
.homebox06 .box .list li {
	width: 20%;
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
}
.homebox06 .box .list li img {
	display: block;
	margin: 0 auto 10px;
}
.footer {
	background: #fff url(../images/bottombg.jpg) no-repeat center top;
	padding: 50px 0 60px;
}
.footer .footbar {
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.footer .footbar .link {
	float: left;
}
.footer .footbar .link a {
	margin-right: 20px;
}
.footer .footbar .tips {
	float: right;
}
.footer .footbar .tips a {
	margin-left: 12px;
	float: left;
}
.footer .footbar .tips a img {
	display: block;
}
.footer .footnav {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.footer .footnav dl {
	display: block;
	float: left;
	width: 16.6666666%;
}
.footer .footnav dl dt {
	margin-bottom: 5px;
	font-size: 14px;
}
.footer .footnav dl dt a {
	color: #000;
	text-decoration: none;
}
.footer .footnav dl dd {
	line-height: 24px;
	font-size: 13px;
}
.foot {
	text-align: center;
}
.foot img.gsba {
	height: 45px;
	margin-bottom: 10px;
}
.foot .aa {
	font-size: 14px;
}
.foot .aa img {
	vertical-align: middle;
}
.copyright {
	font-size: 14px;
	color: #777;
	margin-top: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.huobanswiper {
	width: 700px;
	margin: 0 auto;
}
.huobanswiper span {
	display: block;
	font-size: 12px;
	color: #000;
}
.inbanner {
	height: 300px;
	background: url(../images/inbanner01.jpg) no-repeat center;
	position: relative;
	color: #fff;
	display: table;
	width: 100%;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	z-index: 2;
}
.inbanner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/a.png) repeat center;
	content: '';
}
.inbanner .title {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.inbanner .title .cn {
	font-size: 38px;
	letter-spacing: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}
.inbanner .title .en {
	font-size: 20px;
	text-transform: uppercase;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.inpage {
	background: #f5f7f9;
	overflow: hidden;
	padding: 30px 0;
}
.side {
	width: 300px;
	float: left;
}
.main {
	width: calc(100% - 330px);
	float: right;
}
.snav {
	background: #fff;
	padding: 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}
.snav .hd {
	text-align: center;
	font-size: 20px;
	color: #ea0000;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 10px;
}
.snav .bd {
	background: #fff;
	padding: 10px;
}
.snav .bd .bul {
	padding: 0 10px;
}
.snav .bd .bul .bli {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #fff;
	background: url(../images/dot.png) no-repeat 8px 17px;
	position: relative;
}
.snav .bd .bul .bli .ba {
	display: block;
	font-size: 16px;
	color: #39424b;
	position: relative;
	text-align: center;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	padding: 0 20px;
}
.snav .bd .bul .bli:before {
	content: '';
	background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1));
	display: block;
	border-radius: 30px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
}
.snav .bd .bul .bli:hover:before, .snav .bd .bul .bli.on:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.snav .bd .bul .bli:hover .ba, .snav .bd .bul .bli.on .ba {
	color: #fff;
}
.snav .bd .bul .bli.on {
	border-color: transparent;
}
.snav .bd .bul .bsub {
	background: #f3f3f3;
	margin: -20px 0 2px 0;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	border-radius: 0 0 20px 20px;
}
.snav .bd .bul .bsub li {
	line-height: 36px;
}
.snav .bd .bul .bsub li a {
	font-size: 14px;
	color: #666;
}
.snav .bd .bul .bsub li a:hover, .snav .bd .bul .bsub li.on a {
	color: #d00c18;
}
.sbox {
	background: #fff;
	padding: 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}
.sbox .hd {
	text-align: center;
	font-size: 18px;
	color: #ea0000;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 10px;
}
.sbox .bd {
	background: #fff;
	padding: 15px;
}
.scon {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.mainbox {
	background: #fff;
	border: 0 solid #dedede;
	padding: 40px 64px;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}
.mainbox .hd {
	height: 20px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 60px;
}
.mainbox .hd h1 {
	float: left;
	background: #fff;
	line-height: 40px;
	font-weight: normal;
	color: #39424b;
	padding-right: 20px;
	font-size: 30px;
}
.mainbox .now {
	float: right;
	background: #fff;
	line-height: 40px;
	color: #999;
	padding-left: 10px;
	font-size: 12px;
}
.mainbox .now .split {
	margin: 0 4px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.mainbox .now a {
	color: #999;
}
.mainbox .now a:hover {
	color: #d00c18;
}
.mainbox .bd {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	word-wrap: break-word;
}
.mainbox .bd img {
	max-width: 100%;
}
.mainbox .bd p {
	margin-bottom: 20px;
}
.bdshare-button-style0-16.lihaile {
	width: 112px;
	margin: 0 auto;
}
.bdshare-button-style0-16.lihaile a {
	width: 50px;
	height: 50px;
	padding-left: 0;
}
.bdshare-button-style0-16.lihaile .bds_tsina {
	background: url(../images/icon_01.png) no-repeat 0 0;
}
.bdshare-button-style0-16.lihaile .bds_weixin {
	background: url(../images/icon_02.png) no-repeat 0 0;
}
.prolist {
}
.prolist .item {
	width: 30.333333333%;
	float: left;
	margin: 0 4.5% 40px 0;
	box-sizing: border-box;
	border: 1px solid #dedede;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.prolist .item:nth-child(3n) {
	margin-right: 0;
}
.prolist .item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	z-index: 1;
}
.prolist .item .img a {
	display: block;
}
.prolist .item .img img {
	width: 100%;
	display: block;
}
.prolist .item .box {
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.prolist .item .box .nam {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 30px;
}
.prolist .item:hover .box .nam {
}
.prolist .item .box .nam a {
	color: #333;
}
.prolist .item:hover .box .nam a {
	color: #ea0000;
}
.prolist .item .box .txt {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.prolist .item:hover .box .txt {
}
.prolist .item .box .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1));
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.prolist .item:hover .box .btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.prolist .item .box .btn a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 30px;
}
.newstitle {
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	margin-bottom: 5px;
}
.newsinfo {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #999;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.newsinfo .author, .newsinfo .time {
	margin: 0 5px;
}
.newsmaincon {
	margin: 20px 0;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.newsmaincon img {
	max-width: 100%;
}
.newsmaincon h3 {
	font-size: 18px;
	font-weight: normal;
	background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1));
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.newsmaincon .dou {
	margin-bottom: 20px;
}
.newsmaincon .dou02 {
	overflow: hidden;
}
.newsmaincon .dou02 li {
	width: 50%;
	float: left;
}
.newsmaincon .dou li:before {
	content: '·';
	color: #ea0000;
	font-weight: bold;
	margin-right: 10px;
}
.newsbackline {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	margin: 30px 0 50px;
}
.newsbackline ul {
	width: 100%;
}
.newsbackline ul li {
	width: 33.333333%;
	float: left;
	text-align: center;
	display: block;
	height: 33px;
}
.newsbackline ul li a {
	display: inline-block;
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
.newsbackline ul li a:hover {
	border-color: #323e4a;
	color: #323e4a;
}
.newsbackline ul li.prev {
	text-align: left;
}
.newsbackline ul li.prev a {
	text-align: center;
}
.newsbackline ul li.next {
	text-align: right;
}
.newsbackline ul li.next a {
	text-align: center;
}
.snav .sd {
	display: none;
}
.newslist {
}
.newslist .item {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
	padding: 30px;
}
.newslist .item:nth-child(2n) {
	margin-right: 0;
}
.newslist .item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.newslist .item .time {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #999;
}
.newslist .item .time .split {
	margin: 0 10px;
	color: #ccc;
}
.newslist .item .name {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
	height: 28px;
	overflow: hidden;
}
.newslist .item .name a {
	color: #111;
}
.newslist .item .name a:hover {
	color: #ea0000;
}
.newslist .item .text {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 16px;
}
.newslist .item .link {
	overflow: hidden;
	margin-bottom: -12px;
}
.newslist .item .link a {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/hb01img01.png) no-repeat center;
	float: left;
}
.newslist .item .link a.l02 {
	float: right;
	background-image: url(../images/hb01img02.png);
}
.process02 {
	overflow: hidden;
}
.process02 li {
	width: 31.333333%;
	float: left;
	margin: 0 1% 20px;
}
.process02 li img {
	display: block;
	width: 100%;
}
.process05 {
	overflow: hidden;
}
.process05 li {
	width: 31.333333%;
	float: left;
	margin: 0 1% 20px;
	text-align: center;
}
.process05 li a {
	display: block;
}
.process05 li img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.process05 li span {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	display: block;
}
.caselist {
	overflow: hidden;
}
.caselist li {
	width: 20%;
	float: left;
	text-align: center;
}
.caselist li img {
	display: block;
	margin: 0 auto;
}
.caselist li span {
	text-align: center;
}
.messagecon {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.messagecon p {
	margin-bottom: 20px;
}
.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	color: #666;
	resize: none;
	width: 96%;
	height: 90px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 27%;
	padding: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 30%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #b8c5ce;
	color: #2d3e50;
	border-radius: 4px;
	font-family:  "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 50%;
	color: #fff;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.main .con .yanzhengma {
	display: inline;
}
.messagebtn.btnon {
	background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1));
}

.m{ width:95%; max-width:1200px; margin:0 auto; position:relative;}
.m2{ width: 95%; max-width: 1200px; margin: 0 auto; padding: 40px; background: #fff;}
.n{ padding:50px 0;}
.n_m{ padding: 50px 0; background: #f5f5f5;}


.banner_n{ height:280px; background:linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),url(../images/inbanner.jpg) no-repeat center center; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; background-size:cover; text-align:center;}
.banner_n p{ text-transform:uppercase; color:#fff;}
.banner_n p.en{ font-size:36px; font-weight:bold;}
.banner_n p.cn{ font-size:24px;}

.n_nav{ margin:30px 0;}
.n_nav li{ float:left; border:1px solid #ccc; box-sizing:border-box; font-size:16px; position:relative;}
.n_nav li.on:after{ content:""; position:absolute; display: block; position: absolute; bottom: -16px; left: calc(50% - 24px); width: 0; height: 0; border-width: 18px 24px 0; border-style: solid; border-color: #31b2eb transparent transparent;}
.n_nav li a{ display:inline-block; line-height:4; width:100%;}
.n_nav li.on a{ background:#31b2eb; color:#fff;}
.ab_nav li{ width:32%; margin-right:2%; text-align:center;}
.ab_nav li:nth-child(3){ margin-right:0;}
.news_nav{}
.news_nav li{ width:32%; margin-right:2%; text-align:center;}
.news_nav li:nth-child(3){ margin-right:0;}
.pro_nav li{ width:23.5%; margin-right:2%; text-align:center; margin-bottom:20px;}
.pro_nav li:nth-child(4n){ margin-right:0;}
.con_nav li{ width:49%; margin-right:2%; text-align:center; margin-bottom:20px;}
.con_nav li:nth-child(2){ margin-right:0;}

.ab_content{ padding:20px 0;}
.ab_content .pt{ font-size:30px; font-weight:bold; color:#333;}
.ab_content .pte{ font-size:30px; color:#dedede; margin-top:10px; text-transform:uppercase; margin-bottom:30px;}
.ab_content p{ text-indent:2em; line-height:1.8; margin-bottom:1em; font-size:16px;}
.ab_content .abi{ display:inline-block; margin:0 0 20px 0;}

.ab_content .c1{ display:flex; margin:30px 0; flex-wrap:wrap;}
.ab_content .l1{ width:calc(100% / 5); text-align:center; margin-bottom:20px;}
.ab_content .l1 img{ width:30%;}
.ab_content .l1 p{ font-size:14px; line-height:1.6; text-indent:0;}
.ab_content .l1 p span{ color:#aaa; text-transform:uppercase; line-height:2; font-size:14px;}

.culturelist { display:flex; flex-wrap:wrap;}
.culturelist li { width: 48%; margin: 0 1% 20px; text-align: center; border-radius: 4px; border: 1px solid #dedede; padding: 20px; box-sizing:border-box;}
.culturelist li strong { display: block; color: #31b2eb; font-size: 20px; font-weight: normal; margin-bottom: 5px; }
.culturelist li p { font-size: 14px; color: #666; line-height: 24px;}

.honor_content{ text-align:center; padding:30px 0;}
.honor_content img{ max-width:1000px;}

.newslist { margin-top:50px;}
.newslist .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; box-sizing: border-box; border: 6px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.newslist .item:nth-child(2n) { margin-right: 0; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; text-transform: uppercase; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 25px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newslist .item .name a:hover { color: #ef3320; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a { width: 24px; height: 24px; display: block; background: url(../images/hb01img01s.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../images/hb01img02s.png); }

.news_content img{ max-width:100%;}

.news_d .npt{ text-align:center; font-weight:bold; font-size:24px; color:#666; margin:2em 0 1em;}
.u_np{ display:flex; margin-top:40px;}
.u_np li{ border:1px solid #ccc; padding:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.u_np li:nth-child(2){ width:20%; text-align:center; border-left:none; border-right:none; margin-right:0 !important;}
.u_np li:first-child,.u_np li:last-child{ width:40% !important; margin-right:0 !important;}
.u_np li:last-child{ text-align:right;}

.product_content{ padding:20px 0;}
.product_content img{ max-width:100%;}
.product_content li{ width:calc(25% - 15px); margin-right:20px; float:left; position:relative; margin-bottom:15px; overflow:hidden;}
.product_content li img{ width:100%; transition:0.2s;}
.product_content li:hover img{ transform: scale(1.05); filter: grayscale(30%);}
.product_content li:nth-child(4n){ margin-right:0;}
.product_content li span{ position:absolute; bottom:15px; left:15px; right:15px; color:#fff; background:rgba(0,0,0,0.32); text-align:center; padding:5px 0; border-radius: 20px;}

.par{ padding:30px 0;}
.par span{color: #31b2eb;font-weight: bold; font-size:18px;}
.pan{ margin-bottom:10px;}
.partner1{ width:30%; float:left;}
.partnerp{ font-size:14px;text-align: center;}
.pab{padding: 8px 0;margin: 0 2.5%;background: #f1f1f1;color: #006ace;font-size: 18px;font-weight: bold;text-align: center; line-height:0;}

/*message*/
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #dff5ff; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; background: #31b2eb; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.yanzhengma { display: inline; }

.contact2{}
.contact2 p{ padding:10px 0; border-bottom:1px solid #ddd; width:45%; margin-right:5%; font-size:14px; float:left;}
.contact2 p:nth-child(2n){ margin-right:0;}
.contact2 .p1{ padding:10px 0; margin-bottom:20px; border-bottom:none;}
.contact2 p strong{ font-weight:bold; font-size:26px; color:#333;}
.contact2 .map{ width:100%; margin-top:40px;}


.top_w{ padding:0px 40px; border-bottom:#e37418 2px solid; background:#383843;}
.top_wel{ color:#fff;}
.nav{ padding:0px 40px; background:#31b2eb;}
.logo{ width:360px; height:90px;}

.a_menu{ display:none; float:right;}
.a_menu img{ height:30px;}

.ind_ab{}
.ind_ab1{ max-width:1600px; padding:100px 0px;}
.ind_ab2{ padding:0px 70px; line-height:160%;}
.ind_ab3{ padding:0 40px;}
.biaotise{ font-size:24px; font-weight:bold;}
.ind_ab2_w{ font-size:15px; line-height:160%; font-weight:900;}
.ind_ab2_a{ background:#31b2eb; padding:10px 20px; color:#fff; font-size:12px;}
.ind_area1{ width:1200px;}
.ind_pro .biaotise{ font-size:30px;}
.ind_area .biaotise{ font-size:30px;}
.ind_news .biaotise{ font-size:30px;}
.ind_news1{ width:50%; float:left;}
.ind_news2{ padding:8%;}
.ind_news2_1{ margin-bottom:30px;}
.ind_news2_2{ margin-bottom:20px; font-size:18px; font-weight:bold; color:#474c52;}
.ind_news2_3{ margin-bottom:50px; color:#666; font-size:14px; width:80%; display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; word-break:break-all; -webkit-line-clamp:2;}
.ind_news2_4{ background:#31b2eb; padding:10px 20px; color:#fff; font-size:12px; width:80px;}
.ind_area3{ width:1140px; margin:0 auto; text-align:center; margin-top:100px;}
.ind_area_a{ width:100%; float:left; text-align:center; margin-top:40px;}

.banner_t{ width:270px; height:20px; display:block; vertical-align:bottom; padding-top:170px; font-size:16px !important; color:#92f721 !important;}

.bottom_b{ margin-bottom:70px;}

.bottom_fixed{ position:fixed; bottom:5px; left:10px; right:10px; color:#fff !important; background:#31b2eb; text-align:center; padding:10px 0; font-size:16px !important; border-radius:30px; z-index:999; display:none;}
.bottom_fixed img{ height:20px; vertical-align:middle; display:inline-block; margin-top:-2px; margin-right:2px;}
.blank{ height:40px;}

 @media (max-width: 1200px) {
.bannerslide .swiper-slide {
	height: 180px;
}
.bannerslide .swiper-slide .textbox {
	margin: 200px 0 0 20px;
}
.bannerslide .swiper-slide.swiper-slide-active .textbox {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}
.bannerslide .swiper-slide .textbox .txt {
	display: none;
}
.bannerslide .swiper-slide .textbox .tit {
	margin-bottom: 0;
}
.bannerslide .swiper-slide .textbox .btn {
	display: none;
}

.top_w{ padding:0 20px;}
.top_wel{ width:100%; line-height:40px;}
.top{ width:100%; display:block;}
.top tbody,.top tr,.top td,.top table{ display:block; height:auto;}
.top_t{ display:none !important;}
.menuBox{ display:none;}
.logo{ float:left;}
.nav{ padding:10px 20px; box-sizing:border-box;}
.nav .logo{ width:70%;}
.nav .logo img{ max-width:100%; height:auto;}
.zhengwenf,.seabox{ display:none;}
.banner_w{ display:none;}

.ind_ab,.ind_ab tbody,.ind_ab tr,.ind_ab td{ display:block; height:auto; width:100%;}
.ind_ab1{ padding:0;}
.ind_ab2{ padding:20px; box-sizing:border-box;}
.ind_ab3{ padding:20px;}
.ind_ab2_w{ font-size:13px; font-weight:normal;}
.ind_ab2_a{ padding:5px 10px;}
.biaotise{ font-size:18px;}

.ind_area,.ind_area table,.ind_area tbody,.ind_area tr,.ind_area td{ display:block; height:auto; width:100%;}
.ind_area2,.ind_area2 table,.ind_area2 tbody,.ind_area2 tr,.ind_area2 td{ display:block; height:auto; width:100%;}
.ind_area .biaotise{ font-size:18px; margin-bottom:10px; display:inline-block;}
.ind_area1{ padding:0 20px; box-sizing:border-box;}
.ind_area1 .zhengwen{ font-size:12px;}
.ind_area3{ width:100%; padding:20px 0; margin-top:0;}
.ind_area_a{ width:100%; float:none; margin-top:0; padding-bottom:20px;}

.ind_pro,.ind_pro table,.ind_pro tbody,.ind_pro tr,.ind_pro td{ display:block; height:auto; width:100%;}
.ind_pro .biaotise{ font-size:18px; margin-bottom:10px; display:inline-block;}
.ind_pro{}
.ind_pro .zhengwen{ font-size:12px; padding:0 20px; box-sizing:border-box;}

.ind_yeji,.ind_yeji1,.ind_sp,.ind_sp1{ display:none;}

.ind_news,.ind_news table,.ind_news tbody,.ind_news tr,.ind_news td{ display:block; height:auto; width:100%;}
.ind_news .biaotise{ font-size:18px; margin-bottom:10px; display:inline-block;}
.ind_news1,.ind_news1 #huizhannew{ width:100%; float:none;}
.ind_news1 .ind_news_i,.ind_news1 #huizhanimg{ display:none;}
.ind_news2{ padding:4%;}
.ind_news2_1{ margin-bottom:15px; font-size:14px;}
.ind_news2_2{ font-size:16px;}
.ind_news2_3{ width:100%; margin-bottom:20px;}
.ind_news2_4{ padding:5px 10px;}

.bottom,.bottom table,.bottom tbody,.bottom tr,.bottom td{ display:block; height:auto; width:100%; margin-bottom:20px;}
.widthmargin{ margin:0;}
.bottom2{ padding:20px; box-sizing:border-box;}
.bottom_n{ display:none !important;}
.bottom_b{ margin-bottom:0; font-size:12px;}
.bottom_b a{ font-size:12px;}
.bottom .zhengwen{ font-size:12px;}
.bottom_fixed{ display:block;}

.a_menu{ display:block;}

.banner_n{ height:200px;}
.banner_n p.en{ font-size:20px;}
.banner_n p.cn{ font-size:18px;}
.n_m{ padding:20px 0;}
.n_nav li a{ line-height:2.5;}
.n_nav li.on:after{ bottom:-10px;}
.ab_content .pt{ font-size:20px;}
.ab_content .pte{ font-size:16px;}
.ab_content p{ font-size:14px;}
.ab_content .c1{ display:none;}
.ab_content img{ width:100%;}

.culturelist li{ width:100%; margin-right:0;}
.honor_content{ padding:0;}
.honor_content img{ max-width:100%;}
.newslist .item{ width:100%; margin-right:0;}
.news_d .npt{ font-size:18px;}

.product_content li{ width:100%; margin-right:0;}
.partner1{ width:48%;}

.product_content iframe{ max-width:100%;}
.contact2 .p1{ width:100%;}
.contact2 .p1 strong{ font-size:20px;}
.contact2 p{ width:100%;}
.messageinput{ width:100%; box-sizing:border-box;}


}



